Class LerpScaleView<TModel>
Declaration
public abstract class LerpScaleView<TModel> : LerpView<TModel> where TModel : BaseModel, new()
Inheritance: System.Object
-> MatchinghamGames.StockholmCore.View -> MatchinghamGames.StockholmCore.View<TModel> -> MatchinghamGames.StockholmCore.BaseView<TModel> -> MatchinghamGames.StockholmCore.LerpView<TModel>
Derived:
MatchinghamGames.StockholmCore.CurveScaleView<TModel>, MatchinghamGames.StockholmCore.ScaledView<TModel>
Methods
SetOpen(float)
Set Animation state evaluating above.
Declaration
protected override void SetOpen(float lerp)
Parameters
Type | Name |
---|---|
System.Single | lerp |
SetClose(float)
Set Animation state evaluating above.
Declaration
protected override void SetClose(float lerp)
Parameters
Type | Name |
---|---|
System.Single | lerp |